The Font class represents the font styling attributes for form controls, including family, size, color, and text decorations.
Properties
| Name | Description |
|---|
| Italic | Indicates whether the font is italic. |
| Bold | Indicates whether the font is bold. |
| Color | The font color of the control. |
| Underline | Indicates whether the font is underlined. |
| Strikethrough | Indicates whether the font has a strikethrough. |
| Family | The font family of the control. |
| Size | The font size of the control. |
Constructors
| Name | Description |
|---|
| Font() | Initializes a new instance of the Font class with default values. |
Methods